runtime.m.lockedInt (field)
12 uses
runtime (current package)
coro.go#L55: if mp.lockedExt+mp.lockedInt != 0 {
coro.go#L58: c.lockedInt = mp.lockedInt
coro.go#L124: if mp != c.mp || mp.lockedInt != c.lockedInt || mp.lockedExt != c.lockedExt {
coro.go#L126: print("coro: got lock internal ", mp.lockedInt, ", want ", c.lockedInt, "\n")
proc.go#L2530: mp.lockedInt++
proc.go#L4546: if locked && mp.lockedInt != 0 {
proc.go#L4547: print("runtime: mp.lockedInt = ", mp.lockedInt, "\n")
proc.go#L5641: getg().m.lockedInt++
proc.go#L5655: if gp.m.lockedInt != 0 || gp.m.lockedExt != 0 {
proc.go#L5688: if gp.m.lockedInt == 0 {
proc.go#L5691: gp.m.lockedInt--
runtime2.go#L676: lockedInt uint32 // tracking for internal lockOSThread
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |